.section1 .swiper-button-prev,
.section1 .swiper-button-next {
    width: 32px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    background: #4d7a7c;
    margin-top: 0;
    transform: translateY(-50%);
}

.section1 .swiper-slide > img {
    width: 100%;
}

.section1 .swiper-slide > img:nth-child(2) {
    display: none
}

.section1 .swiper-button-prev {
    left: 40px;
}

.section1 .swiper-button-next {
    right: 40px;
}

.section1 .swiper-button-prev h6,
.section1 .swiper-button-next h6 {
    line-height: 95px;
    color: #fff;
    margin: 0 !important;
}

.section1 .swiper-button-prev:hover,
.section1 .swiper-button-next:hover {
    background: #2f5c62;
}

.section1 .swiper-pagination {
    width: 100%;
    padding-left: 18.2%;
    box-sizing: border-box;
    text-align: left;
    bottom: 5%
}

.section1 .swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
    color: #fff;
}

.section1 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: transparent;
    opacity: 1;
    font-family: 'hnl';
}

.section1 .swiper-pagination-bullet:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    background: #70bc49;
    vertical-align: middle;
    margin: 0
}

.section1 .swiper-pagination-bullet:last-child:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 2px;
    background: #70bc49;
    vertical-align: middle;
    margin: 0
}

.section1 .swiper-pagination-bullet-active:after {
    width: 160px;
    margin: 0 5px
}

.section1 .swiper-pagination .swiper-pagination-bullet-active {
    color: #70bc49
}

.section1 .swiper-pagination-bullet-active:last-child:after {
    display: none
}

.section1 .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child:before {
    width: 160px;
    margin: 0 5px
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.header .container h1 {
    margin-right: auto;
}

.header ul {
    display: flex;
    height: 100%;
    margin: 0;
}

.header ul li {
    height: 100%;
    line-height: 90px;
    margin: 0 25px;
    position: relative;
}

.header ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #70bc49;
    transition: .4s;
}

.header ul li:last-child {
    margin-right: 0;
}

.header ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #111111;
    transition: .4s;
}

.header ul li:hover a, .header ul li.active a {
    color: #4d7a7c;
}

.header ul li:hover:after, .header ul li.active:after {
    width: 100%;
}

.padd {
    padding: 110px 0;
}

.about {
    position: relative;
}

.title {
    text-align: center;
    margin-bottom: 60px;
}

.title p {
    font-size: 38px;
    color: #333333;
    line-height: 1;
    margin-bottom: 35px;
}

.title n {
    font-size: 24px;
    line-height: 1;
    color: #4d7a7c;
    text-transform: uppercase;
    font-family: e-title;
    vertical-align: middle;
    display: inline-block;
}

.title n2 {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #70bc49;
    vertical-align: middle;
    margin: 0 20px;
}

.title span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #70bc49;
    display: inline-block;
    margin: 0 -10px;
}

.title span:nth-child(3) {
    border: 2px solid #4d7a7c;
}

.about .container > p {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    text-align: center;
    margin-bottom: 65px;
}

.about-div {
    display: flex;
    width: 48.75%;
    margin: 0 auto 75px;
    text-align: center;
}

.about-div a {
    width: 50%;
}

.about-div a:hover i {
    color: #70bc49;
}

.about-div a i {
    font-size: 40px;
    color: #4d7a7c;
    margin-bottom: 20px;
    transition: .4s;
}

.about-div a p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    color: #333333;
}

.about-div a:nth-child(2) {
    border-left: 1px solid #dddddd;
    /*border-right: 1px solid #dddddd;*/
}

.about .container>a {
    width: 170px;
    height: 50px;
    background: #4d7a7c !important;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 49px;
    border-radius: 25px;
    transition: .4s;
    border: 1px solid #4d7a7c;
}

.about .container a:hover {
    background: rgba(0, 0, 0, 0) !important;
    color: #4d7a7c;
}

.product {
    background-image: url("../images/bg1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #4d7a7c;
    opacity: 0.6;
    z-index: 2;
}

.product .container:nth-child(1) {
    position: relative;
    z-index: 3;
}

.product .title p, .product .title n {
    color: #fff;
}

.product .title n2 {
    background: #fff;
}

.product .title span {
    border: 2px solid #fff;
}

.product .container .left {
    width: 50%;
    padding-right: 75px;
}

.product .right {
    width: 50%;
    position: relative;
    top: 0;
    right: 0;
    z-index: 5;
    padding-left: 75px;
    margin-left: auto;
    margin-right: 0;
}

.swiper-container-p2 .swiper-slide {
    width: 63.3%;
}

.swiper-container-p2 .swiper-slide img {
    width: 100%;
}

.product-left {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.swiper-container-p .swiper-slide a {
    display: block;
    color: #fff;
}

.swiper-container-p .swiper-slide a p:nth-child(1) {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 40px;
    padding-left: 45px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container-p .swiper-slide a p:nth-child(1):after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    display: block;
    transition: .4s;
}

.swiper-container-p .swiper-slide-active a p:nth-child(1):after {
    width: 24px;
}

.swiper-container-p .swiper-slide a p:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container-p .swiper-slide a p:nth-child(3) i {
    color: #70bc49;
    font-size: 16px;
}

.swiper-container-p .swiper-slide a p:nth-child(3) {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 140px;
}

.swiper-button-next-p {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    font-size: 24px !important;
    color: #fff;
    border: 2px solid #70bc49;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    opacity: 1 !important;
    left: 60px;
    top: auto;
    bottom: 40px;
    transition: .4s;
}

.swiper-button-prev-p {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    font-size: 24px !important;
    color: #fff;
    border: 2px solid #70bc49;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    opacity: 1 !important;
    left: 0;
    top: auto;
    bottom: 40px;
    transition: .4s;
}

.swiper-container-p .swiper-button-disabled, .swiper-container-p .swiper-button-disabled {
    background-color: #70bc49;
}

.quality-div {
    display: flex;
    flex-wrap: wrap;
}

.quality-div div {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 50px 40px;
    border-radius: 25px;
    border-top-left-radius: 0;
    transition: .4s;
    cursor: pointer;
}

.quality-div div:nth-child(3) {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s;
}

.quality-div div:nth-child(3):hover {
    background-size: 110% 110%;
}

.quality-div div:nth-child(3) ~ div {
    margin-bottom: 0;
}

.quality-div div:nth-child(5) {
    background-color: #4d7a7c !important;
    background-image: url("../images/q2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;

}

.quality-div div:nth-child(7) {
    margin-right: 0;
}

.quality-div div p:nth-child(1) {
    font-size: 58px;
    line-height: 1;
    font-family: DINCond-Regular;
    color: #4d7a7c;
    margin-bottom: 18px;
    transition: .4s;
}

.quality-div div span:nth-child(2) {
    width: 18px;
    height: 1px;
    display: block;
    background: #4d7a7c;
    margin-bottom: 40px;
    transition: .4s;
}

.quality-div div p:nth-child(3) {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
    transition: .4s;
}

.quality-div div:nth-child(5) p {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
}

.quality-div div.active {
    background-color: #70bc49;
}

.quality-div div.active p {
    color: #fff !important;
}

.quality-div div.active span {
    background: #fff;
}

.supervise {
    position: relative;
}

.supervise:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,0.5);
    transform: translateX(-50%);
    display: block;
}

.check:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 75%;
    width: 1px;
    background: #a6bcbd;
    transform: translateX(-50%);
    display: block;
}

.supervise-tab {
    display: flex;
    position: relative;
    z-index: 2;
}

.supervise-tab > a {
    width: 25%;
    color: #fff;
    padding: 160px 65px 130px;
    transition: .4s;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.5);
}
.supervise-tab > a:last-child{
    border-right: none;
}

.supervise-tab > a > p:nth-child(2) {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: 75px;
}

.supervise-tab > a div:nth-child(3) {
    display: none;
}

.supervise-tab > a.active div:nth-child(3) {
    display: block;
}

.supervise-tab > a div:nth-child(3) p:nth-child(1) {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.supervise-tab > a div:nth-child(3) p:nth-child(2) {
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #70bc49;
    text-align: center;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    cursor: pointer;
}

.supervise-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.supervise-main div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.supervise-tab .active {
    background: #4d7a7c;
}

.supervise-tab > a:hover {
    color: #fff;
}

.supervise-tab > a div:nth-child(1) {
    width: 115px;
    height: 115px;
    border: 2px solid #fff;
    position: relative;
    margin: 0 auto;
    transform: rotate(45deg);
    background: rgba(77, 122, 124, 0.5);
    z-index: 2;
    margin-top: 100px;
}

.supervise-tab > a.active div:nth-child(1) {
    margin-top: 0;
}

.supervise-tab > a div:nth-child(1):after {
    content: '';
    position: absolute;
    top: 9px;
    left: -10px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #70bc49;
    z-index: 1;
}

.supervise-tab > a div:nth-child(1):before {
    content: '';
    position: absolute;
    top: -9px;
    right: -10px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px solid #70bc49;
    z-index: 1;
}

.supervise-tab > a div:nth-child(1) i {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.supervise-tab .active div:nth-child(1) {
    background: rgba(255, 255, 255, 0.3);
}

.supervise-tab > a div:nth-child(3) p:nth-child(2) span {
    position: relative;
    z-index: 2;
}

.supervise-tab > a div:nth-child(3) p:nth-child(2):after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: -50%;
    display: block;
    background: #fff;
    transition: .4s;
    z-index: 1;
}

.supervise-tab > a div:nth-child(3) p:nth-child(2):before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: -50%;
    display: block;
    background: #fff;
    transition: .4s;
    z-index: 1;
}

.supervise-tab > a div:nth-child(3) p:nth-child(2):hover {
    color: #70bc49;
}

.supervise-tab > a div:nth-child(3) p:nth-child(2):hover:after {
    left: 0;
}

.supervise-tab > a div:nth-child(3) p:nth-child(2):hover:before {
    right: 0;
}

.check {
    position: relative;
}

.check .container {
    display: flex;
}

.check .container .left {
    width: 50%;
    position: relative;
    padding-right: 65px;
}

.check .container .left .title {
    text-align: left;
}

.check .container .right {
    width: 50%;
    padding-left: 120px;
}

.swiper-container-c .swiper-slide a {
    width: 100%;
}

.swiper-container-c .swiper-slide a p:nth-child(1) {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    margin-bottom: 25px;
}

.swiper-container-c .swiper-slide a p:nth-child(2) {
    padding-left: 35px;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
    color: #4d7a7c;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-container-c .swiper-slide a p:nth-child(2):after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 1px;
    transform: translateY(-50%);
    display: block;
    background: #4d7a7c;
}

.swiper-container-c .swiper-slide a p:nth-child(3) {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 100px;
}

.swiper-button-next-c {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    font-size: 24px !important;
    color: #70bc49;
    border: 2px solid #70bc49;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    opacity: 1 !important;
    left: 60px;
    top: auto;
    bottom: 0;
    transition: .4s;
}

.swiper-button-prev-c {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    font-size: 24px !important;
    color: #70bc49;
    border: 2px solid #70bc49;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    opacity: 1 !important;
    left: 0;
    top: auto;
    bottom: 0;
    transition: .4s;
}

.swiper-container-c .swiper-button-disabled, .swiper-container-c .swiper-button-disabled {
    background: #4d7a7c;
    color: #fff;
    border: 2px solid #4d7a7c;
}

.check .right a {
    display: flex;
    align-items: flex-end;
  flex-wrap: wrap;
}

.check .right a:last-child {

}

.check .right a p {
    margin-bottom: 0;
    transition: .4s;
}

.check .right a p:nth-child(1) {
    width:100%;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    position: relative;
}

.check .right a p:nth-child(1) n {
    font-size: 38px;
    font-family: Arial;
    color: #70bc49;
    margin-left: 20px;
    transition: .4s;
}

.check .right a p:nth-child(2) {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.check .right a p:nth-child(1):after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #70bc49;
    transition: .4s;
}

.check .right a:hover p:nth-child(2) {
    color: #70bc49;
}

.check .right a:hover p:nth-child(1):after {
    width: 100%;
}

.more {
    width: 100%;
    display: flex;
}

.more > div {
    width: 50%;
}

.more div img {
    width: 100%;
}

.more-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0 50px;
    background-image: url('../images/m2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.more-right p:nth-child(1) {
    font-size: 38px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}

.more-right p:nth-child(2) {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 0;
    color: #4d7a7c;
    font-family: e-title;
    text-transform: uppercase;
}

.more-right a {
    width: 170px;
    height: 50px;
    color: #fff;
    background: #70bc49;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    transition: .4s;
    border: 1px solid #70bc49;
}

.more-right a:hover {
    background: rgba(0, 0, 0, 0);
    color: #70bc49;
}

.footer {
    background: #edf1f2;
    position: relative;
    padding-top: 200px;
    overflow: hidden;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer-title {
    display: flex;
    padding: 25px 0;
    border-radius: 50px;
    background: #4d7a7c;
}

.footer-title div {
    width: 33.33%;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.footer-title div:nth-child(2) {
    border-left: 1px solid #a6bdbe;
    border-right: 1px solid #a6bdbe;
}

.footer-div {
    display: flex;
    padding: 80px 0 0;
   /* border-bottom: 1px solid #dde5e6;*/
}

.footer-div > div {
    width: 33.33%;
    display: flex;
    align-items: center;
}

.footer-div > div:hover i:before {
    transform: rotateY(180deg);
    color: #70bc49;
}

.footer-div > div i:before {
    display: block;
    transition: .4s;
}

.footer-div > div i {
    width: 98px;
    height: 98px;
    line-height: 98px;
    text-align: center;
    color: #4d7a7c;
    border: 1px solid #4d7a7c;
    border-radius: 50%;
    font-size: 40px;
    display: block;
    margin-right: 20px;
}

.footer-div > div > div p:nth-child(1) {
    font-size: 16px;
    line-height: 1;
    color: #666666;
    margin-bottom: 15px;
}

.footer-div > div > div p:nth-child(2) {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1;
    color: #111111;
}

.footer-div > div:nth-child(1) > div p:nth-child(2) {
    font-size: 24px;
    color: #70bc49;
    font-weight: bold;
}

.copyright {
    padding: 30px 0;
    font-size: 14px;
    color: #868585;
    display: flex;
    justify-content: space-between;
}

.copyright a, .copyright a:hover {
    color: #868585;
}

#wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
}

#wave canvas {
    max-width: 100%
}

#bolang {
    position: absolute!important;
    left: 0!important;
    bottom: 30% !important;
    top: auto!important;
    z-index: 1;
}

.product .container:nth-child(4) {
    display: none;
}

/*------------------------------------------------------------*/
.inner-banner {
    position: relative;
}

.inner-banner img {
    width: 100%;
}

.mbx {
    position: absolute;
    width: 33%;
    padding: 45px 85px 45px 0;
    bottom: 0;
    left: 0;
    transform: translateY(50%);
    z-index: 2;
    background: linear-gradient(45deg, #528474, #6cb44f);
    border-top-right-radius: 50px;
    text-align: right;
}

.mbx p:nth-child(1) {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 10px;
}

.mbx p:nth-child(2) {
    color: #fff;

    margin-bottom: 0;
}

.mbx p:nth-child(2) a {
    color: #fff;
    font-size: 18px;
}

.mbx p:nth-child(2) a:hover {
    color: #4d7a7c;
}

.daohang {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.daohang .container {
    display: flex;
    justify-content: flex-end;
    height: 70px;
    line-height: 70px;
}

.daohang .container a {
    font-size: 16px;
    color: #333333;
    padding: 0 25px;
    transition: .4s;
    position: relative;
}

.daohang .container a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    display: block;
    background: #70bc49;
    transition: .4s;
}

.daohang .container a:hover, .daohang .container .active {
    color: #70bc49;
}

.daohang .container a:hover:after, .daohang .container .active:after {
    width: 100%;
}

.page {
    display: flex;
    justify-content: center;
}

.page a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 12.5px;
    border-radius: 50%;
    color: #000000;
    font-size: 16px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    transition: .4s;
    position: relative;
    overflow: hidden;

}

.page a n {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: linear-gradient(45deg, #67ab56, #578d6e);
    z-index: 1;
    opacity: 0;
    transition: .4s;
}

.page a span {
    position: relative;
    z-index: 2;
}

.page a:first-child {
    width: auto !important;
    box-shadow: none;
    margin-right: 47.5px;
    font-size: 14px;
}

.page a:last-child {
    width: auto !important;
    box-shadow: none;
    margin-left: 47.5px;
    font-size: 14px;
}

.page a:first-child:hover, .page a:last-child:hover {
    color: #4d7a7c;
    background: none;
}

.page a:hover, .page a.active {
    color: #fff;
}

.page a:hover n, .page a.active n {
    opacity: 1;
}

.fanye {
    position: relative;
}

.fanye p {
    font-size: 14px;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    display: flex;
}

.fanye p a {
    color: #000;
    transition: .4s;
    max-width: 50%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fanye p a:hover {
    color: #4d7a7c;
}

.fanye a:nth-child(3) {
    position: absolute;
    right: 0;
    top: 50%;
    width: 170px;
    height: 50px;
    border: 1px solid #70bc49;
    background: #70bc49;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border-radius: 25px;
    font-size: 14px;
    transform: translateY(-50%);
    transition: .4s;
}

.fanye a:nth-child(3):hover {
    background: #fff;
    color: #70bc49;
}
.swiper-container-c{
    margin-bottom: 60px;
}
.gai-128{
    display: none;
}
.sj-footer{
    display: none;
}
